class initializer造句
例句与造句
- The specified member is a class initializer
指定的成员是类初始值设定项。 - A class initializer is invoked and throws an exception
调用类初始值设定项并引发异常。 - The class initializer threw an exception
类的初始化函数引发一个异常。 - The constructor is a class initializer
构造函数是类初始值设定项。 - When a class initializer fails to initialize a type , a
当类初始值设定项初始化类型失败时,将创建一个 - It's difficult to find class initializer in a sentence. 用class initializer造句挺难的
- The following example demonstrates using the base class initializer
下面的示例说明使用基类初始值设定项。 - The constructor on each derived class is using its base class initializer
每个派生类的构造函数都使用其基类的初始值设定项。 - The exception that is thrown as a wrapper around the exception thrown by the class initializer
作为类初始值设定项引发的异常的包装而引发的异常。 - Is created and passed a reference to the exception thrown by the type s class initializer . the
,并向其传递对由该类型的类初始值设定项引发的异常的引用。